home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19941031-19941221 / 000491_news@columbia.edu_Thu Dec 15 01:13:12 1994.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA10486
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Tue, 20 Dec 1994 18:08:44 -0500
  3. Received: by apakabar.cc.columbia.edu id AA11284
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Tue, 20 Dec 1994 18:08:42 -0500
  5. Path: news.columbia.edu!spcuna!solaris.cc.vt.edu!news.mathworks.com!hookup!swrinde!cs.utexas.edu!news.cs.utah.edu!cc.usu.edu!jrd
  6. From: jrd@cc.usu.edu (Joe Doupnik)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: Stripping ANSI escape sequence from log, how?
  9. Message-Id: <1994Dec15.071312.35509@cc.usu.edu>
  10. Date: 15 Dec 94 07:13:12 MDT
  11. References: <3cnbak$8lc@pauling.wadsworth.org>
  12. Organization: Utah State University
  13. Lines: 16
  14. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  15.  
  16. In article <3cnbak$8lc@pauling.wadsworth.org>, frank@news.wadsworth.org (Franklin Hsia) writes:
  17. > Working with MS-KERMIT and logging a VT220 session to a file.
  18. > Problem:  The file contains ANSI escape sequences which are extraneous for
  19. > my purposes.  I would like to only deal with the text portion.
  20. > Is there a utility out there that can strip away the ANSI stuff?  Or is there
  21. > a setting in KERMIT I can set to?
  22. -----------
  23.     The next time "print to disk" and use the controller print option.
  24. This means SET PRINTER filename, and rather than LOG SESSION press 
  25. Control-Printscreen keys to start logging this way. Only completed lines
  26. are logged, not how the lines are put together with cursor commands etc.
  27. Control-Printscreen is a toggle, the ON state shows as "PRN" on the status
  28. line.
  29.     Joe D.